home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist %0\..\cdshell.exe goto direct
- if exist cdshell.exe CDGAMES
- if not exist %0\..\cdshell.exe echo Please run CDGAMES from the data directory
- if not exist %0\..\cdshell.exe goto exit
- :direct
- if not exist %0\..\cdshell.exe goto exit
- %0\..\cdshell PROPER INSTALL %1 %2 %3
- :postcdgp
- if errorlevel 4 goto spawned
- if errorlevel 3 goto error
- if errorlevel 2 goto tasked
- if errorlevel 1 goto exit
- :spawned
- goto direct
- :tasked
- if not exist task.bat echo ERROR -- Unable to establish current task
- if not exist task.bat goto exit
- call task
- goto direct
- :error
- echo Fatal Error
- pause
- cd \
- :exit
-
-